Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #11522 #11524

Closed
wants to merge 1 commit into from
Closed

Conversation

SVGAnimate
Copy link
Contributor

Remove php version suffix from '-' separator

Remove php version suffix from '-' separator
@SVGAnimate
Copy link
Contributor Author

Warning: socket_sendto(): Unable to write to socket [105]: No buffer space available in /tmp/cirrus-ci-build/ext/sockets/tests/socket_sendto_zerocopy.php on line 25

@SVGAnimate SVGAnimate closed this Jun 24, 2023
@nielsdos
Copy link
Member

Warning: socket_sendto(): Unable to write to socket [105]: No buffer space available in /tmp/cirrus-ci-build/ext/sockets/tests/socket_sendto_zerocopy.php on line 25

The error you saw is spurious. These can fail when the CI is under high I/O pressure.

@nielsdos
Copy link
Member

I think this looks good. I'm not sure why you closed this, but feel free to reopen if you feel comfortable submitting this. :)

@iluuu1994 iluuu1994 reopened this Jun 26, 2023
@iluuu1994
Copy link
Member

iluuu1994 commented Jun 26, 2023

AFAIK it's somewhat discouraged to use dev PHP versions for stub_gen/vm_gen etc, but if that's a rule we should make it explicit in the build script. This looks good to me for now.

Copy link
Member

@nielsdos nielsdos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iluuu1994 This also reproduces on some distros where the distro suffixes the PHP version, e.g. 7.2.24-0ubuntu0.16.04.16 as in the original report. (It's outdated of course, but it shows the point)
This scenario would break stub generation, so I think we should also backport it to 8.1 & 8.2. WDYT?

@iluuu1994
Copy link
Member

Ah, I missed that part. Sure, backporting should be fine.

@nielsdos nielsdos self-assigned this Jun 27, 2023
@nielsdos nielsdos linked an issue Jun 27, 2023 that may be closed by this pull request
@nielsdos nielsdos closed this in 3483229 Jun 27, 2023
@nielsdos
Copy link
Member

Thank you @SVGAnimate !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

checking for php... php
3 participants